From efcf8f6b63b332f88e96ac2801e61b4014ce900f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 26 Dec 2006 06:57:50 +0000 Subject: [PATCH] Return FALSE. (#389623, Carlos Garnacho Parro) 2006-12-26 Matthias Clasen * gtk/gtkfilesystemunix.c (execute_callbacks): Return FALSE. (#389623, Carlos Garnacho Parro) --- ChangeLog | 3 +++ gtk/gtkfilesystemunix.c | 2 ++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0a9d7bc42f..4e3fa1a199 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-12-26 Matthias Clasen + * gtk/gtkfilesystemunix.c (execute_callbacks): Return + FALSE. (#389623, Carlos Garnacho Parro) + * gtk/gtkrange.c (stop_scrolling): Avoid spurious redraws. diff --git a/gtk/gtkfilesystemunix.c b/gtk/gtkfilesystemunix.c index 43ebe05550..618df2ef7c 100644 --- a/gtk/gtkfilesystemunix.c +++ b/gtk/gtkfilesystemunix.c @@ -744,6 +744,8 @@ execute_callbacks (gpointer data) g_object_unref (system_unix); system_unix->execute_callbacks_idle_id = 0; + + return FALSE; } static void -- 2.30.2